3.2.8 \(\int \frac {x^2 (A+B x^2)}{a+b x^2+c x^4} \, dx\) [108]

Optimal. Leaf size=208 \[ \frac {B x}{c}-\frac {\left (b B-A c-\frac {b^2 B-A b c-2 a B c}{\sqrt {b^2-4 a c}}\right ) \tan ^{-1}\left (\frac {\sqrt {2} \sqrt {c} x}{\sqrt {b-\sqrt {b^2-4 a c}}}\right )}{\sqrt {2} c^{3/2} \sqrt {b-\sqrt {b^2-4 a c}}}-\frac {\left (b B-A c+\frac {b^2 B-A b c-2 a B c}{\sqrt {b^2-4 a c}}\right ) \tan ^{-1}\left (\frac {\sqrt {2} \sqrt {c} x}{\sqrt {b+\sqrt {b^2-4 a c}}}\right )}{\sqrt {2} c^{3/2} \sqrt {b+\sqrt {b^2-4 a c}}} \]

[Out]

B*x/c-1/2*arctan(x*2^(1/2)*c^(1/2)/(b-(-4*a*c+b^2)^(1/2))^(1/2))*(b*B-A*c+(A*b*c+2*B*a*c-B*b^2)/(-4*a*c+b^2)^(
1/2))/c^(3/2)*2^(1/2)/(b-(-4*a*c+b^2)^(1/2))^(1/2)-1/2*arctan(x*2^(1/2)*c^(1/2)/(b+(-4*a*c+b^2)^(1/2))^(1/2))*
(b*B-A*c+(-A*b*c-2*B*a*c+B*b^2)/(-4*a*c+b^2)^(1/2))/c^(3/2)*2^(1/2)/(b+(-4*a*c+b^2)^(1/2))^(1/2)

________________________________________________________________________________________

Rubi [A]
time = 0.35, antiderivative size = 208, normalized size of antiderivative = 1.00, number of steps used = 4, number of rules used = 3, integrand size = 25, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.120, Rules used = {1293, 1180, 211} \begin {gather*} -\frac {\left (-\frac {-2 a B c-A b c+b^2 B}{\sqrt {b^2-4 a c}}-A c+b B\right ) \text {ArcTan}\left (\frac {\sqrt {2} \sqrt {c} x}{\sqrt {b-\sqrt {b^2-4 a c}}}\right )}{\sqrt {2} c^{3/2} \sqrt {b-\sqrt {b^2-4 a c}}}-\frac {\left (\frac {-2 a B c-A b c+b^2 B}{\sqrt {b^2-4 a c}}-A c+b B\right ) \text {ArcTan}\left (\frac {\sqrt {2} \sqrt {c} x}{\sqrt {\sqrt {b^2-4 a c}+b}}\right )}{\sqrt {2} c^{3/2} \sqrt {\sqrt {b^2-4 a c}+b}}+\frac {B x}{c} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(x^2*(A + B*x^2))/(a + b*x^2 + c*x^4),x]

[Out]

(B*x)/c - ((b*B - A*c - (b^2*B - A*b*c - 2*a*B*c)/Sqrt[b^2 - 4*a*c])*ArcTan[(Sqrt[2]*Sqrt[c]*x)/Sqrt[b - Sqrt[
b^2 - 4*a*c]]])/(Sqrt[2]*c^(3/2)*Sqrt[b - Sqrt[b^2 - 4*a*c]]) - ((b*B - A*c + (b^2*B - A*b*c - 2*a*B*c)/Sqrt[b
^2 - 4*a*c])*ArcTan[(Sqrt[2]*Sqrt[c]*x)/Sqrt[b + Sqrt[b^2 - 4*a*c]]])/(Sqrt[2]*c^(3/2)*Sqrt[b + Sqrt[b^2 - 4*a
*c]])

Rule 211

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(Rt[a/b, 2]/a)*ArcTan[x/Rt[a/b, 2]], x] /; FreeQ[{a, b}, x]
&& PosQ[a/b]

Rule 1180

Int[((d_) + (e_.)*(x_)^2)/((a_) + (b_.)*(x_)^2 + (c_.)*(x_)^4), x_Symbol] :> With[{q = Rt[b^2 - 4*a*c, 2]}, Di
st[e/2 + (2*c*d - b*e)/(2*q), Int[1/(b/2 - q/2 + c*x^2), x], x] + Dist[e/2 - (2*c*d - b*e)/(2*q), Int[1/(b/2 +
 q/2 + c*x^2), x], x]] /; FreeQ[{a, b, c, d, e}, x] && NeQ[b^2 - 4*a*c, 0] && NeQ[c*d^2 - a*e^2, 0] && PosQ[b^
2 - 4*a*c]

Rule 1293

Int[((f_.)*(x_))^(m_.)*((d_) + (e_.)*(x_)^2)*((a_) + (b_.)*(x_)^2 + (c_.)*(x_)^4)^(p_), x_Symbol] :> Simp[e*f*
(f*x)^(m - 1)*((a + b*x^2 + c*x^4)^(p + 1)/(c*(m + 4*p + 3))), x] - Dist[f^2/(c*(m + 4*p + 3)), Int[(f*x)^(m -
 2)*(a + b*x^2 + c*x^4)^p*Simp[a*e*(m - 1) + (b*e*(m + 2*p + 1) - c*d*(m + 4*p + 3))*x^2, x], x], x] /; FreeQ[
{a, b, c, d, e, f, p}, x] && NeQ[b^2 - 4*a*c, 0] && GtQ[m, 1] && NeQ[m + 4*p + 3, 0] && IntegerQ[2*p] && (Inte
gerQ[p] || IntegerQ[m])

Rubi steps

\begin {align*} \int \frac {x^2 \left (A+B x^2\right )}{a+b x^2+c x^4} \, dx &=\frac {B x}{c}-\frac {\int \frac {a B+(b B-A c) x^2}{a+b x^2+c x^4} \, dx}{c}\\ &=\frac {B x}{c}-\frac {\left (b B-A c-\frac {b^2 B-A b c-2 a B c}{\sqrt {b^2-4 a c}}\right ) \int \frac {1}{\frac {b}{2}-\frac {1}{2} \sqrt {b^2-4 a c}+c x^2} \, dx}{2 c}-\frac {\left (b B-A c+\frac {b^2 B-A b c-2 a B c}{\sqrt {b^2-4 a c}}\right ) \int \frac {1}{\frac {b}{2}+\frac {1}{2} \sqrt {b^2-4 a c}+c x^2} \, dx}{2 c}\\ &=\frac {B x}{c}-\frac {\left (b B-A c-\frac {b^2 B-A b c-2 a B c}{\sqrt {b^2-4 a c}}\right ) \tan ^{-1}\left (\frac {\sqrt {2} \sqrt {c} x}{\sqrt {b-\sqrt {b^2-4 a c}}}\right )}{\sqrt {2} c^{3/2} \sqrt {b-\sqrt {b^2-4 a c}}}-\frac {\left (b B-A c+\frac {b^2 B-A b c-2 a B c}{\sqrt {b^2-4 a c}}\right ) \tan ^{-1}\left (\frac {\sqrt {2} \sqrt {c} x}{\sqrt {b+\sqrt {b^2-4 a c}}}\right )}{\sqrt {2} c^{3/2} \sqrt {b+\sqrt {b^2-4 a c}}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.11, size = 251, normalized size = 1.21 \begin {gather*} \frac {B x}{c}-\frac {\left (-b^2 B+A b c+2 a B c+b B \sqrt {b^2-4 a c}-A c \sqrt {b^2-4 a c}\right ) \tan ^{-1}\left (\frac {\sqrt {2} \sqrt {c} x}{\sqrt {b-\sqrt {b^2-4 a c}}}\right )}{\sqrt {2} c^{3/2} \sqrt {b^2-4 a c} \sqrt {b-\sqrt {b^2-4 a c}}}-\frac {\left (b^2 B-A b c-2 a B c+b B \sqrt {b^2-4 a c}-A c \sqrt {b^2-4 a c}\right ) \tan ^{-1}\left (\frac {\sqrt {2} \sqrt {c} x}{\sqrt {b+\sqrt {b^2-4 a c}}}\right )}{\sqrt {2} c^{3/2} \sqrt {b^2-4 a c} \sqrt {b+\sqrt {b^2-4 a c}}} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(x^2*(A + B*x^2))/(a + b*x^2 + c*x^4),x]

[Out]

(B*x)/c - ((-(b^2*B) + A*b*c + 2*a*B*c + b*B*Sqrt[b^2 - 4*a*c] - A*c*Sqrt[b^2 - 4*a*c])*ArcTan[(Sqrt[2]*Sqrt[c
]*x)/Sqrt[b - Sqrt[b^2 - 4*a*c]]])/(Sqrt[2]*c^(3/2)*Sqrt[b^2 - 4*a*c]*Sqrt[b - Sqrt[b^2 - 4*a*c]]) - ((b^2*B -
 A*b*c - 2*a*B*c + b*B*Sqrt[b^2 - 4*a*c] - A*c*Sqrt[b^2 - 4*a*c])*ArcTan[(Sqrt[2]*Sqrt[c]*x)/Sqrt[b + Sqrt[b^2
 - 4*a*c]]])/(Sqrt[2]*c^(3/2)*Sqrt[b^2 - 4*a*c]*Sqrt[b + Sqrt[b^2 - 4*a*c]])

________________________________________________________________________________________

Maple [A]
time = 0.06, size = 212, normalized size = 1.02

method result size
risch \(\frac {B x}{c}+\frac {\munderset {\textit {\_R} =\RootOf \left (c \,\textit {\_Z}^{4}+\textit {\_Z}^{2} b +a \right )}{\sum }\frac {\left (\left (A c -b B \right ) \textit {\_R}^{2}-a B \right ) \ln \left (x -\textit {\_R} \right )}{2 c \,\textit {\_R}^{3}+\textit {\_R} b}}{2 c}\) \(65\)
default \(\frac {B x}{c}-\frac {\left (A c \sqrt {-4 a c +b^{2}}-b c A -b B \sqrt {-4 a c +b^{2}}-2 a c B +b^{2} B \right ) \sqrt {2}\, \arctanh \left (\frac {c x \sqrt {2}}{\sqrt {\left (-b +\sqrt {-4 a c +b^{2}}\right ) c}}\right )}{2 c \sqrt {-4 a c +b^{2}}\, \sqrt {\left (-b +\sqrt {-4 a c +b^{2}}\right ) c}}+\frac {\left (A c \sqrt {-4 a c +b^{2}}+b c A -b B \sqrt {-4 a c +b^{2}}+2 a c B -b^{2} B \right ) \sqrt {2}\, \arctan \left (\frac {c x \sqrt {2}}{\sqrt {\left (b +\sqrt {-4 a c +b^{2}}\right ) c}}\right )}{2 c \sqrt {-4 a c +b^{2}}\, \sqrt {\left (b +\sqrt {-4 a c +b^{2}}\right ) c}}\) \(212\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^2*(B*x^2+A)/(c*x^4+b*x^2+a),x,method=_RETURNVERBOSE)

[Out]

B*x/c-1/2*(A*c*(-4*a*c+b^2)^(1/2)-b*c*A-b*B*(-4*a*c+b^2)^(1/2)-2*a*c*B+b^2*B)/c/(-4*a*c+b^2)^(1/2)*2^(1/2)/((-
b+(-4*a*c+b^2)^(1/2))*c)^(1/2)*arctanh(c*x*2^(1/2)/((-b+(-4*a*c+b^2)^(1/2))*c)^(1/2))+1/2*(A*c*(-4*a*c+b^2)^(1
/2)+b*c*A-b*B*(-4*a*c+b^2)^(1/2)+2*a*c*B-b^2*B)/c/(-4*a*c+b^2)^(1/2)*2^(1/2)/((b+(-4*a*c+b^2)^(1/2))*c)^(1/2)*
arctan(c*x*2^(1/2)/((b+(-4*a*c+b^2)^(1/2))*c)^(1/2))

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^2*(B*x^2+A)/(c*x^4+b*x^2+a),x, algorithm="maxima")

[Out]

B*x/c + integrate(-((B*b - A*c)*x^2 + B*a)/(c*x^4 + b*x^2 + a), x)/c

________________________________________________________________________________________

Fricas [B] Leaf count of result is larger than twice the leaf count of optimal. 2632 vs. \(2 (172) = 344\).
time = 0.75, size = 2632, normalized size = 12.65 \begin {gather*} \text {Too large to display} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^2*(B*x^2+A)/(c*x^4+b*x^2+a),x, algorithm="fricas")

[Out]

1/2*(sqrt(1/2)*c*sqrt(-(B^2*b^3 + (4*A*B*a + A^2*b)*c^2 - (3*B^2*a*b + 2*A*B*b^2)*c + (b^2*c^3 - 4*a*c^4)*sqrt
((B^4*b^4 + A^4*c^4 - 2*(A^2*B^2*a + 2*A^3*B*b)*c^3 + (B^4*a^2 + 4*A*B^3*a*b + 6*A^2*B^2*b^2)*c^2 - 2*(B^4*a*b
^2 + 2*A*B^3*b^3)*c)/(b^2*c^6 - 4*a*c^7)))/(b^2*c^3 - 4*a*c^4))*log(2*(B^4*a*b^2 - A*B^3*b^3 - 3*A^3*B*b*c^2 +
 A^4*c^3 - (B^4*a^2 + A*B^3*a*b - 3*A^2*B^2*b^2)*c)*x + sqrt(1/2)*(B^3*b^4 - 4*A^2*B*a*c^3 + (4*B^3*a^2 + 8*A*
B^2*a*b + A^2*B*b^2)*c^2 - (5*B^3*a*b^2 + 2*A*B^2*b^3)*c - (B*b^3*c^3 + 8*A*a*c^5 - 2*(2*B*a*b + A*b^2)*c^4)*s
qrt((B^4*b^4 + A^4*c^4 - 2*(A^2*B^2*a + 2*A^3*B*b)*c^3 + (B^4*a^2 + 4*A*B^3*a*b + 6*A^2*B^2*b^2)*c^2 - 2*(B^4*
a*b^2 + 2*A*B^3*b^3)*c)/(b^2*c^6 - 4*a*c^7)))*sqrt(-(B^2*b^3 + (4*A*B*a + A^2*b)*c^2 - (3*B^2*a*b + 2*A*B*b^2)
*c + (b^2*c^3 - 4*a*c^4)*sqrt((B^4*b^4 + A^4*c^4 - 2*(A^2*B^2*a + 2*A^3*B*b)*c^3 + (B^4*a^2 + 4*A*B^3*a*b + 6*
A^2*B^2*b^2)*c^2 - 2*(B^4*a*b^2 + 2*A*B^3*b^3)*c)/(b^2*c^6 - 4*a*c^7)))/(b^2*c^3 - 4*a*c^4))) - sqrt(1/2)*c*sq
rt(-(B^2*b^3 + (4*A*B*a + A^2*b)*c^2 - (3*B^2*a*b + 2*A*B*b^2)*c + (b^2*c^3 - 4*a*c^4)*sqrt((B^4*b^4 + A^4*c^4
 - 2*(A^2*B^2*a + 2*A^3*B*b)*c^3 + (B^4*a^2 + 4*A*B^3*a*b + 6*A^2*B^2*b^2)*c^2 - 2*(B^4*a*b^2 + 2*A*B^3*b^3)*c
)/(b^2*c^6 - 4*a*c^7)))/(b^2*c^3 - 4*a*c^4))*log(2*(B^4*a*b^2 - A*B^3*b^3 - 3*A^3*B*b*c^2 + A^4*c^3 - (B^4*a^2
 + A*B^3*a*b - 3*A^2*B^2*b^2)*c)*x - sqrt(1/2)*(B^3*b^4 - 4*A^2*B*a*c^3 + (4*B^3*a^2 + 8*A*B^2*a*b + A^2*B*b^2
)*c^2 - (5*B^3*a*b^2 + 2*A*B^2*b^3)*c - (B*b^3*c^3 + 8*A*a*c^5 - 2*(2*B*a*b + A*b^2)*c^4)*sqrt((B^4*b^4 + A^4*
c^4 - 2*(A^2*B^2*a + 2*A^3*B*b)*c^3 + (B^4*a^2 + 4*A*B^3*a*b + 6*A^2*B^2*b^2)*c^2 - 2*(B^4*a*b^2 + 2*A*B^3*b^3
)*c)/(b^2*c^6 - 4*a*c^7)))*sqrt(-(B^2*b^3 + (4*A*B*a + A^2*b)*c^2 - (3*B^2*a*b + 2*A*B*b^2)*c + (b^2*c^3 - 4*a
*c^4)*sqrt((B^4*b^4 + A^4*c^4 - 2*(A^2*B^2*a + 2*A^3*B*b)*c^3 + (B^4*a^2 + 4*A*B^3*a*b + 6*A^2*B^2*b^2)*c^2 -
2*(B^4*a*b^2 + 2*A*B^3*b^3)*c)/(b^2*c^6 - 4*a*c^7)))/(b^2*c^3 - 4*a*c^4))) + sqrt(1/2)*c*sqrt(-(B^2*b^3 + (4*A
*B*a + A^2*b)*c^2 - (3*B^2*a*b + 2*A*B*b^2)*c - (b^2*c^3 - 4*a*c^4)*sqrt((B^4*b^4 + A^4*c^4 - 2*(A^2*B^2*a + 2
*A^3*B*b)*c^3 + (B^4*a^2 + 4*A*B^3*a*b + 6*A^2*B^2*b^2)*c^2 - 2*(B^4*a*b^2 + 2*A*B^3*b^3)*c)/(b^2*c^6 - 4*a*c^
7)))/(b^2*c^3 - 4*a*c^4))*log(2*(B^4*a*b^2 - A*B^3*b^3 - 3*A^3*B*b*c^2 + A^4*c^3 - (B^4*a^2 + A*B^3*a*b - 3*A^
2*B^2*b^2)*c)*x + sqrt(1/2)*(B^3*b^4 - 4*A^2*B*a*c^3 + (4*B^3*a^2 + 8*A*B^2*a*b + A^2*B*b^2)*c^2 - (5*B^3*a*b^
2 + 2*A*B^2*b^3)*c + (B*b^3*c^3 + 8*A*a*c^5 - 2*(2*B*a*b + A*b^2)*c^4)*sqrt((B^4*b^4 + A^4*c^4 - 2*(A^2*B^2*a
+ 2*A^3*B*b)*c^3 + (B^4*a^2 + 4*A*B^3*a*b + 6*A^2*B^2*b^2)*c^2 - 2*(B^4*a*b^2 + 2*A*B^3*b^3)*c)/(b^2*c^6 - 4*a
*c^7)))*sqrt(-(B^2*b^3 + (4*A*B*a + A^2*b)*c^2 - (3*B^2*a*b + 2*A*B*b^2)*c - (b^2*c^3 - 4*a*c^4)*sqrt((B^4*b^4
 + A^4*c^4 - 2*(A^2*B^2*a + 2*A^3*B*b)*c^3 + (B^4*a^2 + 4*A*B^3*a*b + 6*A^2*B^2*b^2)*c^2 - 2*(B^4*a*b^2 + 2*A*
B^3*b^3)*c)/(b^2*c^6 - 4*a*c^7)))/(b^2*c^3 - 4*a*c^4))) - sqrt(1/2)*c*sqrt(-(B^2*b^3 + (4*A*B*a + A^2*b)*c^2 -
 (3*B^2*a*b + 2*A*B*b^2)*c - (b^2*c^3 - 4*a*c^4)*sqrt((B^4*b^4 + A^4*c^4 - 2*(A^2*B^2*a + 2*A^3*B*b)*c^3 + (B^
4*a^2 + 4*A*B^3*a*b + 6*A^2*B^2*b^2)*c^2 - 2*(B^4*a*b^2 + 2*A*B^3*b^3)*c)/(b^2*c^6 - 4*a*c^7)))/(b^2*c^3 - 4*a
*c^4))*log(2*(B^4*a*b^2 - A*B^3*b^3 - 3*A^3*B*b*c^2 + A^4*c^3 - (B^4*a^2 + A*B^3*a*b - 3*A^2*B^2*b^2)*c)*x - s
qrt(1/2)*(B^3*b^4 - 4*A^2*B*a*c^3 + (4*B^3*a^2 + 8*A*B^2*a*b + A^2*B*b^2)*c^2 - (5*B^3*a*b^2 + 2*A*B^2*b^3)*c
+ (B*b^3*c^3 + 8*A*a*c^5 - 2*(2*B*a*b + A*b^2)*c^4)*sqrt((B^4*b^4 + A^4*c^4 - 2*(A^2*B^2*a + 2*A^3*B*b)*c^3 +
(B^4*a^2 + 4*A*B^3*a*b + 6*A^2*B^2*b^2)*c^2 - 2*(B^4*a*b^2 + 2*A*B^3*b^3)*c)/(b^2*c^6 - 4*a*c^7)))*sqrt(-(B^2*
b^3 + (4*A*B*a + A^2*b)*c^2 - (3*B^2*a*b + 2*A*B*b^2)*c - (b^2*c^3 - 4*a*c^4)*sqrt((B^4*b^4 + A^4*c^4 - 2*(A^2
*B^2*a + 2*A^3*B*b)*c^3 + (B^4*a^2 + 4*A*B^3*a*b + 6*A^2*B^2*b^2)*c^2 - 2*(B^4*a*b^2 + 2*A*B^3*b^3)*c)/(b^2*c^
6 - 4*a*c^7)))/(b^2*c^3 - 4*a*c^4))) + 2*B*x)/c

________________________________________________________________________________________

Sympy [F(-1)] Timed out
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Timed out} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**2*(B*x**2+A)/(c*x**4+b*x**2+a),x)

[Out]

Timed out

________________________________________________________________________________________

Giac [B] Leaf count of result is larger than twice the leaf count of optimal. 3179 vs. \(2 (172) = 344\).
time = 8.69, size = 3179, normalized size = 15.28 \begin {gather*} \text {Too large to display} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^2*(B*x^2+A)/(c*x^4+b*x^2+a),x, algorithm="giac")

[Out]

B*x/c - 1/8*((2*b^4*c^3 - 16*a*b^2*c^4 + 32*a^2*c^5 - sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c - sqrt(b^2 - 4*a*c)*c
)*b^4*c + 8*sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c - sqrt(b^2 - 4*a*c)*c)*a*b^2*c^2 + 2*sqrt(2)*sqrt(b^2 - 4*a*c)*
sqrt(b*c - sqrt(b^2 - 4*a*c)*c)*b^3*c^2 - 16*sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c - sqrt(b^2 - 4*a*c)*c)*a^2*c^3
 - 8*sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c - sqrt(b^2 - 4*a*c)*c)*a*b*c^3 - sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c -
sqrt(b^2 - 4*a*c)*c)*b^2*c^3 + 4*sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c - sqrt(b^2 - 4*a*c)*c)*a*c^4 - 2*(b^2 - 4*
a*c)*b^2*c^3 + 8*(b^2 - 4*a*c)*a*c^4)*A*c^2 - (2*b^5*c^2 - 16*a*b^3*c^3 + 32*a^2*b*c^4 - sqrt(2)*sqrt(b^2 - 4*
a*c)*sqrt(b*c - sqrt(b^2 - 4*a*c)*c)*b^5 + 8*sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c - sqrt(b^2 - 4*a*c)*c)*a*b^3*c
 + 2*sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c - sqrt(b^2 - 4*a*c)*c)*b^4*c - 16*sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c -
 sqrt(b^2 - 4*a*c)*c)*a^2*b*c^2 - 8*sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c - sqrt(b^2 - 4*a*c)*c)*a*b^2*c^2 - sqrt
(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c - sqrt(b^2 - 4*a*c)*c)*b^3*c^2 + 4*sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c - sqrt(b^
2 - 4*a*c)*c)*a*b*c^3 - 2*(b^2 - 4*a*c)*b^3*c^2 + 8*(b^2 - 4*a*c)*a*b*c^3)*B*c^2 + 2*(sqrt(2)*sqrt(b*c - sqrt(
b^2 - 4*a*c)*c)*a*b^4*c^2 - 8*sqrt(2)*sqrt(b*c - sqrt(b^2 - 4*a*c)*c)*a^2*b^2*c^3 - 2*sqrt(2)*sqrt(b*c - sqrt(
b^2 - 4*a*c)*c)*a*b^3*c^3 + 2*a*b^4*c^3 + 16*sqrt(2)*sqrt(b*c - sqrt(b^2 - 4*a*c)*c)*a^3*c^4 + 8*sqrt(2)*sqrt(
b*c - sqrt(b^2 - 4*a*c)*c)*a^2*b*c^4 + sqrt(2)*sqrt(b*c - sqrt(b^2 - 4*a*c)*c)*a*b^2*c^4 - 16*a^2*b^2*c^4 - 4*
sqrt(2)*sqrt(b*c - sqrt(b^2 - 4*a*c)*c)*a^2*c^5 + 32*a^3*c^5 - 2*(b^2 - 4*a*c)*a*b^2*c^3 + 8*(b^2 - 4*a*c)*a^2
*c^4)*B*abs(c) - (2*b^4*c^5 - 8*a*b^2*c^6 - sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c - sqrt(b^2 - 4*a*c)*c)*b^4*c^3
+ 4*sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c - sqrt(b^2 - 4*a*c)*c)*a*b^2*c^4 + 2*sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c
 - sqrt(b^2 - 4*a*c)*c)*b^3*c^4 - sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c - sqrt(b^2 - 4*a*c)*c)*b^2*c^5 - 2*(b^2 -
 4*a*c)*b^2*c^5)*A + (2*b^5*c^4 - 12*a*b^3*c^5 + 16*a^2*b*c^6 - sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c - sqrt(b^2
- 4*a*c)*c)*b^5*c^2 + 6*sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c - sqrt(b^2 - 4*a*c)*c)*a*b^3*c^3 + 2*sqrt(2)*sqrt(b
^2 - 4*a*c)*sqrt(b*c - sqrt(b^2 - 4*a*c)*c)*b^4*c^3 - 8*sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c - sqrt(b^2 - 4*a*c)
*c)*a^2*b*c^4 - 4*sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c - sqrt(b^2 - 4*a*c)*c)*a*b^2*c^4 - sqrt(2)*sqrt(b^2 - 4*a
*c)*sqrt(b*c - sqrt(b^2 - 4*a*c)*c)*b^3*c^4 + 2*sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c - sqrt(b^2 - 4*a*c)*c)*a*b*
c^5 - 2*(b^2 - 4*a*c)*b^3*c^4 + 4*(b^2 - 4*a*c)*a*b*c^5)*B)*arctan(2*sqrt(1/2)*x/sqrt((b*c + sqrt(b^2*c^2 - 4*
a*c^3))/c^2))/((a*b^4*c^3 - 8*a^2*b^2*c^4 - 2*a*b^3*c^4 + 16*a^3*c^5 + 8*a^2*b*c^5 + a*b^2*c^5 - 4*a^2*c^6)*c^
2) - 1/8*((2*b^4*c^3 - 16*a*b^2*c^4 + 32*a^2*c^5 - sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*b
^4*c + 8*sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a*b^2*c^2 + 2*sqrt(2)*sqrt(b^2 - 4*a*c)*sqr
t(b*c + sqrt(b^2 - 4*a*c)*c)*b^3*c^2 - 16*sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a^2*c^3 -
8*sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a*b*c^3 - sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c + sqr
t(b^2 - 4*a*c)*c)*b^2*c^3 + 4*sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a*c^4 - 2*(b^2 - 4*a*c
)*b^2*c^3 + 8*(b^2 - 4*a*c)*a*c^4)*A*c^2 - (2*b^5*c^2 - 16*a*b^3*c^3 + 32*a^2*b*c^4 - sqrt(2)*sqrt(b^2 - 4*a*c
)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*b^5 + 8*sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a*b^3*c +
2*sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*b^4*c - 16*sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c + sq
rt(b^2 - 4*a*c)*c)*a^2*b*c^2 - 8*sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a*b^2*c^2 - sqrt(2)
*sqrt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*b^3*c^2 + 4*sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b^2 -
 4*a*c)*c)*a*b*c^3 - 2*(b^2 - 4*a*c)*b^3*c^2 + 8*(b^2 - 4*a*c)*a*b*c^3)*B*c^2 + 2*(sqrt(2)*sqrt(b*c + sqrt(b^2
 - 4*a*c)*c)*a*b^4*c^2 - 8*sqrt(2)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a^2*b^2*c^3 - 2*sqrt(2)*sqrt(b*c + sqrt(b^2
 - 4*a*c)*c)*a*b^3*c^3 - 2*a*b^4*c^3 + 16*sqrt(2)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a^3*c^4 + 8*sqrt(2)*sqrt(b*c
 + sqrt(b^2 - 4*a*c)*c)*a^2*b*c^4 + sqrt(2)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a*b^2*c^4 + 16*a^2*b^2*c^4 - 4*sqr
t(2)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a^2*c^5 - 32*a^3*c^5 + 2*(b^2 - 4*a*c)*a*b^2*c^3 - 8*(b^2 - 4*a*c)*a^2*c^
4)*B*abs(c) - (2*b^4*c^5 - 8*a*b^2*c^6 - sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*b^4*c^3 + 4
*sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a*b^2*c^4 + 2*sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c +
sqrt(b^2 - 4*a*c)*c)*b^3*c^4 - sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*b^2*c^5 - 2*(b^2 - 4*
a*c)*b^2*c^5)*A + (2*b^5*c^4 - 12*a*b^3*c^5 + 16*a^2*b*c^6 - sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b^2 - 4
*a*c)*c)*b^5*c^2 + 6*sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a*b^3*c^3 + 2*sqrt(2)*sqrt(b^2
- 4*a*c)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*b^4*c^...

________________________________________________________________________________________

Mupad [B]
time = 1.26, size = 2500, normalized size = 12.02 \begin {gather*} \text {Too large to display} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((x^2*(A + B*x^2))/(a + b*x^2 + c*x^4),x)

[Out]

(B*x)/c - atan(((((16*B*a^2*c^3 - 4*B*a*b^2*c^2)/c - (2*x*(4*b^3*c^3 - 16*a*b*c^4)*(-(B^2*b^5 + A^2*b^3*c^2 -
A^2*c^2*(-(4*a*c - b^2)^3)^(1/2) - B^2*b^2*(-(4*a*c - b^2)^3)^(1/2) - 2*A*B*b^4*c - 16*A*B*a^2*c^3 - 4*A^2*a*b
*c^3 - 7*B^2*a*b^3*c + B^2*a*c*(-(4*a*c - b^2)^3)^(1/2) + 12*B^2*a^2*b*c^2 + 2*A*B*b*c*(-(4*a*c - b^2)^3)^(1/2
) + 12*A*B*a*b^2*c^2)/(8*(16*a^2*c^5 + b^4*c^3 - 8*a*b^2*c^4)))^(1/2))/c)*(-(B^2*b^5 + A^2*b^3*c^2 - A^2*c^2*(
-(4*a*c - b^2)^3)^(1/2) - B^2*b^2*(-(4*a*c - b^2)^3)^(1/2) - 2*A*B*b^4*c - 16*A*B*a^2*c^3 - 4*A^2*a*b*c^3 - 7*
B^2*a*b^3*c + B^2*a*c*(-(4*a*c - b^2)^3)^(1/2) + 12*B^2*a^2*b*c^2 + 2*A*B*b*c*(-(4*a*c - b^2)^3)^(1/2) + 12*A*
B*a*b^2*c^2)/(8*(16*a^2*c^5 + b^4*c^3 - 8*a*b^2*c^4)))^(1/2) - (2*x*(B^2*b^4 - 2*A^2*a*c^3 + A^2*b^2*c^2 + 2*B
^2*a^2*c^2 - 2*A*B*b^3*c - 4*B^2*a*b^2*c + 6*A*B*a*b*c^2))/c)*(-(B^2*b^5 + A^2*b^3*c^2 - A^2*c^2*(-(4*a*c - b^
2)^3)^(1/2) - B^2*b^2*(-(4*a*c - b^2)^3)^(1/2) - 2*A*B*b^4*c - 16*A*B*a^2*c^3 - 4*A^2*a*b*c^3 - 7*B^2*a*b^3*c
+ B^2*a*c*(-(4*a*c - b^2)^3)^(1/2) + 12*B^2*a^2*b*c^2 + 2*A*B*b*c*(-(4*a*c - b^2)^3)^(1/2) + 12*A*B*a*b^2*c^2)
/(8*(16*a^2*c^5 + b^4*c^3 - 8*a*b^2*c^4)))^(1/2)*1i - (((16*B*a^2*c^3 - 4*B*a*b^2*c^2)/c + (2*x*(4*b^3*c^3 - 1
6*a*b*c^4)*(-(B^2*b^5 + A^2*b^3*c^2 - A^2*c^2*(-(4*a*c - b^2)^3)^(1/2) - B^2*b^2*(-(4*a*c - b^2)^3)^(1/2) - 2*
A*B*b^4*c - 16*A*B*a^2*c^3 - 4*A^2*a*b*c^3 - 7*B^2*a*b^3*c + B^2*a*c*(-(4*a*c - b^2)^3)^(1/2) + 12*B^2*a^2*b*c
^2 + 2*A*B*b*c*(-(4*a*c - b^2)^3)^(1/2) + 12*A*B*a*b^2*c^2)/(8*(16*a^2*c^5 + b^4*c^3 - 8*a*b^2*c^4)))^(1/2))/c
)*(-(B^2*b^5 + A^2*b^3*c^2 - A^2*c^2*(-(4*a*c - b^2)^3)^(1/2) - B^2*b^2*(-(4*a*c - b^2)^3)^(1/2) - 2*A*B*b^4*c
 - 16*A*B*a^2*c^3 - 4*A^2*a*b*c^3 - 7*B^2*a*b^3*c + B^2*a*c*(-(4*a*c - b^2)^3)^(1/2) + 12*B^2*a^2*b*c^2 + 2*A*
B*b*c*(-(4*a*c - b^2)^3)^(1/2) + 12*A*B*a*b^2*c^2)/(8*(16*a^2*c^5 + b^4*c^3 - 8*a*b^2*c^4)))^(1/2) + (2*x*(B^2
*b^4 - 2*A^2*a*c^3 + A^2*b^2*c^2 + 2*B^2*a^2*c^2 - 2*A*B*b^3*c - 4*B^2*a*b^2*c + 6*A*B*a*b*c^2))/c)*(-(B^2*b^5
 + A^2*b^3*c^2 - A^2*c^2*(-(4*a*c - b^2)^3)^(1/2) - B^2*b^2*(-(4*a*c - b^2)^3)^(1/2) - 2*A*B*b^4*c - 16*A*B*a^
2*c^3 - 4*A^2*a*b*c^3 - 7*B^2*a*b^3*c + B^2*a*c*(-(4*a*c - b^2)^3)^(1/2) + 12*B^2*a^2*b*c^2 + 2*A*B*b*c*(-(4*a
*c - b^2)^3)^(1/2) + 12*A*B*a*b^2*c^2)/(8*(16*a^2*c^5 + b^4*c^3 - 8*a*b^2*c^4)))^(1/2)*1i)/((((16*B*a^2*c^3 -
4*B*a*b^2*c^2)/c - (2*x*(4*b^3*c^3 - 16*a*b*c^4)*(-(B^2*b^5 + A^2*b^3*c^2 - A^2*c^2*(-(4*a*c - b^2)^3)^(1/2) -
 B^2*b^2*(-(4*a*c - b^2)^3)^(1/2) - 2*A*B*b^4*c - 16*A*B*a^2*c^3 - 4*A^2*a*b*c^3 - 7*B^2*a*b^3*c + B^2*a*c*(-(
4*a*c - b^2)^3)^(1/2) + 12*B^2*a^2*b*c^2 + 2*A*B*b*c*(-(4*a*c - b^2)^3)^(1/2) + 12*A*B*a*b^2*c^2)/(8*(16*a^2*c
^5 + b^4*c^3 - 8*a*b^2*c^4)))^(1/2))/c)*(-(B^2*b^5 + A^2*b^3*c^2 - A^2*c^2*(-(4*a*c - b^2)^3)^(1/2) - B^2*b^2*
(-(4*a*c - b^2)^3)^(1/2) - 2*A*B*b^4*c - 16*A*B*a^2*c^3 - 4*A^2*a*b*c^3 - 7*B^2*a*b^3*c + B^2*a*c*(-(4*a*c - b
^2)^3)^(1/2) + 12*B^2*a^2*b*c^2 + 2*A*B*b*c*(-(4*a*c - b^2)^3)^(1/2) + 12*A*B*a*b^2*c^2)/(8*(16*a^2*c^5 + b^4*
c^3 - 8*a*b^2*c^4)))^(1/2) - (2*x*(B^2*b^4 - 2*A^2*a*c^3 + A^2*b^2*c^2 + 2*B^2*a^2*c^2 - 2*A*B*b^3*c - 4*B^2*a
*b^2*c + 6*A*B*a*b*c^2))/c)*(-(B^2*b^5 + A^2*b^3*c^2 - A^2*c^2*(-(4*a*c - b^2)^3)^(1/2) - B^2*b^2*(-(4*a*c - b
^2)^3)^(1/2) - 2*A*B*b^4*c - 16*A*B*a^2*c^3 - 4*A^2*a*b*c^3 - 7*B^2*a*b^3*c + B^2*a*c*(-(4*a*c - b^2)^3)^(1/2)
 + 12*B^2*a^2*b*c^2 + 2*A*B*b*c*(-(4*a*c - b^2)^3)^(1/2) + 12*A*B*a*b^2*c^2)/(8*(16*a^2*c^5 + b^4*c^3 - 8*a*b^
2*c^4)))^(1/2) + (((16*B*a^2*c^3 - 4*B*a*b^2*c^2)/c + (2*x*(4*b^3*c^3 - 16*a*b*c^4)*(-(B^2*b^5 + A^2*b^3*c^2 -
 A^2*c^2*(-(4*a*c - b^2)^3)^(1/2) - B^2*b^2*(-(4*a*c - b^2)^3)^(1/2) - 2*A*B*b^4*c - 16*A*B*a^2*c^3 - 4*A^2*a*
b*c^3 - 7*B^2*a*b^3*c + B^2*a*c*(-(4*a*c - b^2)^3)^(1/2) + 12*B^2*a^2*b*c^2 + 2*A*B*b*c*(-(4*a*c - b^2)^3)^(1/
2) + 12*A*B*a*b^2*c^2)/(8*(16*a^2*c^5 + b^4*c^3 - 8*a*b^2*c^4)))^(1/2))/c)*(-(B^2*b^5 + A^2*b^3*c^2 - A^2*c^2*
(-(4*a*c - b^2)^3)^(1/2) - B^2*b^2*(-(4*a*c - b^2)^3)^(1/2) - 2*A*B*b^4*c - 16*A*B*a^2*c^3 - 4*A^2*a*b*c^3 - 7
*B^2*a*b^3*c + B^2*a*c*(-(4*a*c - b^2)^3)^(1/2) + 12*B^2*a^2*b*c^2 + 2*A*B*b*c*(-(4*a*c - b^2)^3)^(1/2) + 12*A
*B*a*b^2*c^2)/(8*(16*a^2*c^5 + b^4*c^3 - 8*a*b^2*c^4)))^(1/2) + (2*x*(B^2*b^4 - 2*A^2*a*c^3 + A^2*b^2*c^2 + 2*
B^2*a^2*c^2 - 2*A*B*b^3*c - 4*B^2*a*b^2*c + 6*A*B*a*b*c^2))/c)*(-(B^2*b^5 + A^2*b^3*c^2 - A^2*c^2*(-(4*a*c - b
^2)^3)^(1/2) - B^2*b^2*(-(4*a*c - b^2)^3)^(1/2) - 2*A*B*b^4*c - 16*A*B*a^2*c^3 - 4*A^2*a*b*c^3 - 7*B^2*a*b^3*c
 + B^2*a*c*(-(4*a*c - b^2)^3)^(1/2) + 12*B^2*a^2*b*c^2 + 2*A*B*b*c*(-(4*a*c - b^2)^3)^(1/2) + 12*A*B*a*b^2*c^2
)/(8*(16*a^2*c^5 + b^4*c^3 - 8*a*b^2*c^4)))^(1/2) - (2*(A^3*a*c^2 - B^3*a^2*b + A*B^2*a*b^2 + A*B^2*a^2*c - 2*
A^2*B*a*b*c))/c))*(-(B^2*b^5 + A^2*b^3*c^2 - A^2*c^2*(-(4*a*c - b^2)^3)^(1/2) - B^2*b^2*(-(4*a*c - b^2)^3)^(1/
2) - 2*A*B*b^4*c - 16*A*B*a^2*c^3 - 4*A^2*a*b*c^3 - 7*B^2*a*b^3*c + B^2*a*c*(-(4*a*c - b^2)^3)^(1/2) + 12*B^2*
a^2*b*c^2 + 2*A*B*b*c*(-(4*a*c - b^2)^3)^(1/2) + 12*A*B*a*b^2*c^2)/(8*(16*a^2*c^5 + b^4*c^3 - 8*a*b^2*c^4)))^(
1/2)*2i - atan(((((16*B*a^2*c^3 - 4*B*a*b^2*c^2...

________________________________________________________________________________________